Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: improve vector output support for contracts #1183

Merged
merged 51 commits into from
Aug 23, 2023
Merged

Conversation

camsjams
Copy link
Contributor

@camsjams camsjams commented Aug 14, 2023

This adds additional level of support, see details in #933

Previous Vector support

Currently (on master) we support:

  • u8
  • u16
  • u32
  • u64

See also follow up for bytes: #1188
See also follow up for Multicalls with Vector output: #1189 / #1192

Closes #933

@camsjams camsjams self-assigned this Aug 14, 2023
@nedsalk nedsalk self-requested a review August 22, 2023 13:30
nedsalk
nedsalk previously approved these changes Aug 22, 2023
@nedsalk nedsalk self-requested a review August 22, 2023 13:30
@nedsalk nedsalk dismissed their stale review August 22, 2023 13:32

It automatically approved when I removed the "request changes" status, which isn't what I wanted.

Copy link
Contributor

@nedsalk nedsalk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The things that I understand look good to me. I've just added some questions, suggested changes and ideas. I can't comment much on the usage of fuel-asm as it's not fully familiar to me, but it obviously works given that the tests are passing :).

Dhaiwat10
Dhaiwat10 previously approved these changes Aug 22, 2023
nedsalk
nedsalk previously approved these changes Aug 22, 2023
@camsjams camsjams dismissed stale reviews from nedsalk and Dhaiwat10 via 7118a7d August 23, 2023 04:52
@camsjams camsjams requested review from nedsalk and Dhaiwat10 August 23, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Vector output support with Vec<> return
3 participants